projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f95a59
)
Migration guide: mention size-allocate
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 29 Jul 2018 13:10:44 +0000
(09:10 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 29 Jul 2018 13:11:39 +0000
(09:11 -0400)
Document the new argument here.
Closes: https://gitlab.gnome.org/GNOME/gtk/issues/1245
docs/reference/gtk/migrating-3to4.xml
patch
|
blob
|
history
diff --git
a/docs/reference/gtk/migrating-3to4.xml
b/docs/reference/gtk/migrating-3to4.xml
index 40c0dde97fe4fdb617ee4ca57f7d55a128d05882..f1d29a52b9a5a6d7c0aaece1671754d57368f292 100644
(file)
--- a/
docs/reference/gtk/migrating-3to4.xml
+++ b/
docs/reference/gtk/migrating-3to4.xml
@@
-319,6
+319,15
@@
</para>
</section>
+ <section>
+ <title>Adapt to GtkWidget's size allocation changes</title>
+ <para>
+ The #GtkWidget::size-allocate signal now takes the baseline as an
+ argument, so you no longer need to call gtk_widget_get_allocated_baseline()
+ to get it.
+ </para>
+ </section>
+
<section>
<title>Switch to GtkWidget's children APIs</title>
<para>